From: Anders Wegge Jakobsen Date: Sun, 28 Aug 2005 00:29:14 +0000 (+0000) Subject: I have ghosts in my cvs today :-( X-Git-Tag: 1.6.0~1769 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=86fa8a9fd3a43eb52ee723307f60d3b20c4161f5;p=lhc%2Fweb%2Fwiklou.git I have ghosts in my cvs today :-( --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 4bb2870b6a..f534905e56 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -250,7 +250,6 @@ function wfSpecialWatchlist( $par ) { AND wl_title=rc_title AND rc_timestamp > '$cutoff' AND rc_cur_id=page_id - AND rc_this_oldid=page_latest $andHideOwn $andHideBotsOptional ORDER BY rc_timestamp DESC";